docs(ton): update protocol contracts#773
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
1f6aa80 to
254edea
Compare
254edea to
3cfdaaf
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
| () recv_external(slice message) impure { | ||
| ``` | ||
|
|
||
| Entry point for all external messages |
There was a problem hiding this comment.
Duplicate file breaks i18n naming convention
Medium Severity
The new ton.md is identical to the already-existing ton.en-US.md and is the only page in src/pages/developers/protocol/ without a locale suffix. All other pages (evm, solana, sui) use only *.en-US.md and *.zh-CN.md files. With Nextra's i18n configured with defaultLocale: "en-US", a bare ton.md alongside ton.en-US.md creates an ambiguous routing situation and duplicates content unnecessarily.
3cfdaaf to
ab82c36
Compare


This PR syncs the docs with protocol-contracts-ton